home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-09 | 682 b | 19 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // _TEMPLATE_DIALOG_.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _TEMPLATE_DIALOG_
- #define _TEMPLATE_DIALOG_
-
- extern void InitTEMPLATE_DIALOGHandlers(void);
- extern void TEMPLATE_DIALOGOpen(void);
-
- #endif _TEMPLATE_DIALOG_